fix(deps): skip the local Maven reactor parent - #1579
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review. 📝 WalkthroughWalkthroughThe Renovate configuration adds a package rule that disables updates for the Maven package ChangesRenovate configuration
Estimated code review effort: 1 (Trivial) | ~2 minutes Merge Risk: ⚪ Minimal · up to This narrowly prevents dependency tooling from querying an unpublished local Maven parent while leaving other dependency updates enabled; no actionable merge-blocking risk remains after normal checks and review. 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
Full details: Docstring CoverageExplanation No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0 files. (1 skipped: 1 unsupported.) ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
📚 Documentation Preview
|
🧩 Storybook Preview
|
Description
Stop Renovate from querying Maven Central for
de.tum.cit.aet:hephaestus-server-parent. That coordinate is the unpublished parent of this repository's own Maven reactor, so no external registry can provide an update for it.The last hosted Renovate run successfully extracted 382 dependencies but aborted after Maven Central rate-limited this uncached lookup. This narrow rule removes the repository-controlled failure path without disabling Maven updates or suppressing warnings for real dependencies.
Follow-up to #1570 and Dependency Dashboard #709.
How to test
bun run format:configbun run checknpx --yes --package renovate renovate-config-validator --strict renovate.jsonDependency: de.tum.cit.aet:hephaestus-server-parent, is disabled, while Maven package lookup completes.Checklist
Summary by CodeRabbit